home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / pr.1 < prev    next >
Text File  |  1992-09-22  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4. PR(1L)            MISC. REFERENCE MANUAL PAGES             PR(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      pr - convert text files for printing
  10.  
  11. SYNOPSIS
  12.      pr [+PAGE] [-COLUMN]  [-abcdfFmrtv]  [-e[in-tab-char[in-tab-
  13.      width]]]  [-h  header] [-i[out-tab-char[out-tab-width]]] [-l
  14.      page-length] [-n[number-separator[digits]]] [-o left-margin]
  15.      [-s[column-separator]] [-w page-width] [file...]
  16.  
  17. DESCRIPTION
  18.      This manual page documents the GNU version of pr.  pr prints
  19.      on  the  standard  output  a  paginated  and optionally mul-
  20.      ticolumn copy of the text files given on the  command  line,
  21.      or  of  the standard input if no files are given or when the
  22.      file name `-' is encountered.  Form feeds in the input cause
  23.      page breaks in the output.
  24.  
  25.   OPTIONS
  26.      +_P_A_G_E
  27.           Begin printing with page _P_A_G_E.
  28.  
  29.      -_C_O_L_U_M_N
  30.           Produce _C_O_L_U_M_N-column output and  print  columns  down.
  31.           The  column  width is automatically decreased as _C_O_L_U_M_N
  32.           increases; unless you use the -_w option to increase the
  33.           page  width  as  well,  this  option  might  cause some
  34.           columns to be truncated.
  35.  
  36.      -_a   Print columns across rather than down.
  37.  
  38.      -_b   Balance columns on the last page.
  39.  
  40.      -_c   Print control  characters  using  hat  notation  (e.g.,
  41.           `^G');  print  other  unprintable  characters  in octal
  42.           backslash notation.
  43.  
  44.      -_d   Double space the output.
  45.  
  46.      -_e[_i_n-_t_a_b-_c_h_a_r[_i_n-_t_a_b-_w_i_d_t_h]]
  47.           Expand tabs to spaces on input.  Optional argument  _i_n-
  48.           _t_a_b-_c_h_a_r  is  the  input  tab  character,  default tab.
  49.           Optional  argument  _i_n-_t_a_b-_w_i_d_t_h  is  the   input   tab
  50.           character's width, default 8.
  51.  
  52.      -_F, -_f
  53.           Use a formfeed instead of newlines to  separate  output
  54.           pages.
  55.  
  56.      -_h _h_e_a_d_e_r
  57.           Replace the filename in  the  header  with  the  string
  58.           _h_e_a_d_e_r.
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. PR(1L)            MISC. REFERENCE MANUAL PAGES             PR(1L)
  71.  
  72.  
  73.  
  74.      -_i[_o_u_t-_t_a_b-_c_h_a_r[_o_u_t-_t_a_b-_w_i_d_t_h]]
  75.           Replace spaces with tabs on output.  Optional  argument
  76.           _o_u_t-_t_a_b-_c_h_a_r  is the output tab character, default tab.
  77.           Optional  argument  _o_u_t-_t_a_b-_w_i_d_t_h  is  the  output  tab
  78.           character's width, default 8.
  79.  
  80.      -_l _p_a_g_e-_l_e_n_g_t_h
  81.           Set the page length to _p_a_g_e-_l_e_n_g_t_h lines.  The  default
  82.           is 66.  If _p_a_g_e-_l_e_n_g_t_h is less than 10, the headers and
  83.           footers are omitted, as  if  the  -_t  option  had  been
  84.           given.
  85.  
  86.      -_m   Print all files in parallel, one in each column.
  87.  
  88.      -_n[_n_u_m_b_e_r-_s_e_p_a_r_a_t_o_r[_d_i_g_i_t_s]]
  89.           Precede each column with a line number;  with  parallel
  90.           files,  precede each line with a line number.  Optional
  91.           argument _n_u_m_b_e_r-_s_e_p_a_r_a_t_o_r is  the  character  to  print
  92.           after  each  number,  default  tab.   Optional argument
  93.           _d_i_g_i_t_s is the number of digits per line number, default
  94.           5.
  95.  
  96.      -_o _l_e_f_t-_m_a_r_g_i_n
  97.           Offset each line with a margin _l_e_f_t-_m_a_r_g_i_n spaces wide.
  98.           The  total page width is this offset plus the width set
  99.           with the -_w option.
  100.  
  101.      -_r   Do not print a warning message when  an  argument  file
  102.           cannot  be  opened.  Failure to open a file still makes
  103.           the exit status nonzero, however.
  104.  
  105.      -_s[_c_o_l_u_m_n-_s_e_p_a_r_a_t_o_r]
  106.           Separate  columns  by  the  single  character   _c_o_l_u_m_n-
  107.           _s_e_p_a_r_a_t_o_r, default tab, instead of spaces.
  108.  
  109.      -_t   Do not print the 5-line header and the  5-line  trailer
  110.           that are normally on each page, and do not fill out the
  111.           bottoms of pages (with blank lines or formfeeds).
  112.  
  113.      -_v   Print unprintable characters in octal  backslash  nota-
  114.           tion.
  115.  
  116.      -_w _p_a_g_e-_w_i_d_t_h
  117.           Set the page width to _p_a_g_e-_w_i_d_t_h columns.  The  default
  118.           is 72.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1           Last change:                          2
  130.  
  131.  
  132.  
  133.